Skip to content

Configure Renovate #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Configure Renovate #10

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 7, 2025

Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.

🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.


Detected Package Files

  • Dockerfile (dockerfile)
  • .github/workflows/build_push_controller.yaml (github-actions)
  • .github/workflows/unittest.yaml (github-actions)
  • go.mod (gomod)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Hopefully safe environment variables to allow users to configure.
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests (except for nuget) directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 20 Pull Requests:

Update github.com/openshift/api digest to 0528f2f
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-openshift-api-digest
  • Merge into: master
  • Upgrade github.com/openshift/api to 0528f2f3e210684f361c3b3e1014edccde932bae
Update github.com/openshift/client-go digest to 396b36f
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-openshift-client-go-digest
  • Merge into: master
  • Upgrade github.com/openshift/client-go to 396b36f983ee66eb8d368767cbec950fe4aa70c0
Update k8s.io/utils digest to 4c0f3b2
  • Schedule: ["at any time"]
  • Branch name: renovate/k8s.io-utils-digest
  • Merge into: master
  • Upgrade k8s.io/utils to 4c0f3b243397
Update dependency go to v1.24.5
  • Schedule: ["at any time"]
  • Branch name: renovate/go-1.x
  • Merge into: master
  • Upgrade go to 1.24.5
Update golang Docker tag to v1.24
  • Schedule: ["at any time"]
  • Branch name: renovate/golang-1.x
  • Merge into: master
  • Upgrade golang to 1.24
Update kubernetes packages to v0.33.3
Update module github.com/aws/aws-sdk-go to v1.55.7
  • Schedule: ["at any time"]
  • Branch name: renovate/aws-sdk-go-monorepo
  • Merge into: master
  • Upgrade github.com/aws/aws-sdk-go to v1.55.7
Update module github.com/go-logr/logr to v1.4.3
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-go-logr-logr-1.x
  • Merge into: master
  • Upgrade github.com/go-logr/logr to v1.4.3
Update module github.com/google/go-cmp to v0.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-google-go-cmp-0.x
  • Merge into: master
  • Upgrade github.com/google/go-cmp to v0.7.0
Update module github.com/onsi/ginkgo/v2 to v2.23.4
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-onsi-ginkgo-v2-2.x
  • Merge into: master
  • Upgrade github.com/onsi/ginkgo/v2 to v2.23.4
Update module github.com/onsi/gomega to v1.38.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-onsi-gomega-1.x
  • Merge into: master
  • Upgrade github.com/onsi/gomega to v1.38.0
Update module github.com/stretchr/testify to v1.10.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-stretchr-testify-1.x
  • Merge into: master
  • Upgrade github.com/stretchr/testify to v1.10.0
Update module golang.org/x/sys to v0.34.0
  • Schedule: ["at any time"]
  • Branch name: renovate/golang.org-x-sys-0.x
  • Merge into: master
  • Upgrade golang.org/x/sys to v0.34.0
Update module sigs.k8s.io/controller-runtime to v0.21.0
  • Schedule: ["at any time"]
  • Branch name: renovate/sigs.k8s.io-controller-runtime-0.x
  • Merge into: master
  • Upgrade sigs.k8s.io/controller-runtime to v0.21.0
Update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: master
  • Upgrade actions/checkout to v4
Update actions/setup-go action to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-go-5.x
  • Merge into: master
  • Upgrade actions/setup-go to v5
Update docker/build-push-action action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-build-push-action-6.x
  • Merge into: master
  • Upgrade docker/build-push-action to v6
Update docker/login-action action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-login-action-3.x
  • Merge into: master
  • Upgrade docker/login-action to v3
Update docker/setup-buildx-action action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/docker-setup-buildx-action-3.x
  • Merge into: master
  • Upgrade docker/setup-buildx-action to v3
Update module gopkg.in/yaml.v2 to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/gopkg.in-yaml.v2-3.x
  • Merge into: master
  • Upgrade gopkg.in/yaml.v2 to v3.0.1

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.


❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.


This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants